home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / SHEAR.PI < prev    next >
Text File  |  1992-09-19  |  327b  |  21 lines

  1. // Generic Polyray input File
  2. // Polyray input file: Alexander Enzmann
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0,0,-8>
  7.    at <0,0,0>
  8.    up <0,1,0>
  9.    angle 45
  10.    hither 1
  11.    resolution 160, 160
  12.    }
  13.  
  14. background skyblue
  15. light <-10,3, -20>
  16.  
  17. object {
  18.    sphere <0, 0, 0>, 2
  19.    shear 0.5, 0, 0, 0, 0, 0
  20.    }
  21.